home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / wmf_input.inx < prev   
Encoding:
Inkscape extension descriptor  |  2005-04-06  |  506 b   |  15 lines

  1. <inkscape-extension>
  2.     <name>Windows Metafile Input</name>
  3.     <id>org.inkscape.input.wmf</id>
  4.     <dependency type="executable">wmf2svg</dependency>
  5.     <input>
  6.         <extension>.wmf</extension>
  7.         <mimetype>application/x-wmf</mimetype>
  8.         <filetypename>Windows Metafile (*.wmf)</filetypename>
  9.         <filetypetooltip>A popular graphics file format for clipart</filetypetooltip>
  10.     </input>
  11.     <script>
  12.         <command reldir="path">wmf2svg</command>
  13.     </script>
  14. </inkscape-extension>
  15.